runtime.timer.trace (method)
15 uses
runtime (current package)
time.go#L225: func (t *timer) trace(op string) {
time.go#L256: t.trace("lock")
time.go#L261: t.trace("unlock")
time.go#L289: t.trace("updateHeap")
time.go#L392: t.trace("new")
time.go#L504: t.trace("stop")
time.go#L589: t.trace("modify")
time.go#L686: t.trace("needsAdd+")
time.go#L688: t.trace("needsAdd-")
time.go#L735: t.trace("maybeAdd")
time.go#L1120: t.trace("unlockAndRun")
time.go#L1459: t.trace("maybeRunChan-")
time.go#L1464: t.trace("maybeRunChan+")
time.go#L1482: t.trace("blockTimerChan")
time.go#L1519: t.trace("unblockTimerChan")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |